projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8a31b0
)
* lisp/disp-table.el (make-glyph-code): Remove obsolete comment.
author
Philipp Stephani
<phst@google.com>
Mon, 9 Nov 2020 17:15:12 +0000
(18:15 +0100)
committer
Philipp Stephani
<phst@google.com>
Mon, 9 Nov 2020 17:15:51 +0000
(18:15 +0100)
lisp/disp-table.el
patch
|
blob
|
history
diff --git
a/lisp/disp-table.el
b/lisp/disp-table.el
index 2e88d3502453f2b32380736698a08c10327037b5..70343a39ad2f1cd8588dd7decc37aeedae0dda5c 100644
(file)
--- a/
lisp/disp-table.el
+++ b/
lisp/disp-table.el
@@
-220,8
+220,6
@@
for a graphical frame."
;;;###autoload
(defun make-glyph-code (char &optional face)
"Return a glyph code representing char CHAR with face FACE."
- ;; Due to limitations on Emacs integer values, faces with
- ;; face id greater than 512 are silently ignored.
(if (not face)
char
(let ((fid (face-id face)))